gtk4.git
2008-01-12 Djihed AfifiUpdated Arabic Translation by Khaled Hosny. . Also...
2008-01-11 13:28:02 Tim... removed old testutils special casing so test widgets...
2008-01-11 Li YuanBug #508255. Remove ATK_STATE_FOCUSED state when focus...
2008-01-11 Li YuanBug #497218. Emit "active-descendant-changed" when...
2008-01-11 Li YuanBug #508715. Should use gtk_tree_path_free to free...
2008-01-10 Tor Lillqvistmodules/other/gail/libgail-util/Makefile.am Link with...
2008-01-10 Tor LillqvistBuild defaultvaluetest only on Unix as it uses gtkprint...
2008-01-10 Tor Lillqvistgdk/win32/gdkdisplay-win32.c gdk/win32/gdkglobals-win32.c
2008-01-10 Cody RussellProperly ref/unref windows and parents. (#506769)
2008-01-10 Richard HultMove the tracking rect workaround from here...
2008-01-10 Sven Neumanncorrected documentation for GtkEditable::delete-text.
2008-01-10 Michael Nattereradd these functions to make it build again.
2008-01-10 Emmanuele BassiFix possible recursion by resetting the idle source...
2008-01-10 Kristian Rietveldfully initialize GdkWindowAttr to avoid valgrind warnin...
2008-01-10 Kristian RietveldFix a leak of the path (#504611, patch from Sadrul...
2008-01-10 Kristian RietveldFix #477175, reported by Juri Pakaste.
2008-01-09 Michael Nattererremove unused variable.
2008-01-08 Matthias ClasenBe more robust when removing the current page. (#499951...
2008-01-07 Priit LaesTranslation updated by Ivar Smolin
2008-01-07 Johan DahlinDeclare value in the example code for GtkSpinButton...
2008-01-06 Christian PerschMake the labels left-aligned, and remove an obsolete...
2008-01-06 Johan DahlinUpdate, GtkBuilder::translation-domain is no longer set
2008-01-06 Johan DahlinAllow domains to be overridden in <interface>'s if...
2008-01-06 Johan DahlinAvoid adding unnecessary trailing newlines to g_warning...
2008-01-06 Johan DahlinRemove an unused variable
2008-01-06 Yang ZhangUpdated zh_CN translation from manphiz
2008-01-06 Matthias ClasenDocument the ::output signal and add an example. (...
2008-01-06 Johan DahlinUse G_OBJECT_WARN_INVALID_PROPERTY_ID consistently...
2008-01-06 Johan DahlinMake sure that --root works for toplevel widgets. ...
2008-01-05 Johan DahlinInclude Makefile.decl, to make sure that make test...
2008-01-05 Christian PerschFix mem leak, and don't pass GType as integer through...
2008-01-05 Mathias HasselmannAvoid some compiler warnings (#507000).
2008-01-04 Michael Nattererdon't forget to set the time in the returned GdkTimeCoords.
2008-01-03 Emmanuele BassiUse the correct comparison function (kudos to Christian...
2008-01-03 Johan DahlinMake it pass again.
2008-01-02 Johan DahlinIgnore a few more tests to make it pass on Ubuntu....
2007-12-31 Yannig MARCHEGAYUpdated Occitan translation
2007-12-31 Johannes SchmidAlso reorder menu when reordering tabs by drag & drop...
2007-12-31 Philip Van... Using GSlice for GtkTreePath
2007-12-31 Christian PerschPlug a mem leak. Bug #506107.
2007-12-29 Matthias ClasenAdjust to icon cache api change. (#506135, Kazuki Iwamoto)
2007-12-28 Mathias HasselmannSecond attempt to fix the ChangeLog WTF - by comparing...
2007-12-28 Mathias HasselmannCorrect typo and remove the ChangeLog-WTF, mclasen...
2007-12-28 Mathias HasselmannRemove max_detail_height field from GtkCalendarPrivate...
2007-12-28 Matthias ClasenAdd exlusions
2007-12-28 Christian PerschMove the gail tests from standalone gail to gtk+. Bug...
2007-12-28 Matthias ClasenMake finalizer more robust
2007-12-28 Mathias HasselmannDraw bottom shadow of GtkCalender headings. (#506113)
2007-12-28 Matthias ClasenDocument some initial values
2007-12-28 Matthias ClasenMore default property value fixes
2007-12-28 Christian PerschPlug a mem leak. Bug #506096.
2007-12-28 Matthias ClasenMore default property value fixes
2007-12-28 Matthias ClasenMore default property value fixes
2007-12-28 Matthias ClasenMore default property value corrections
2007-12-28 Matthias ClasenFix a finalizer issue
2007-12-28 Matthias ClasenDon't return NULL.
2007-12-28 Matthias ClasenFix default property values
2007-12-28 Matthias ClasenFix default values
2007-12-28 Matthias ClasenFix the default value of the curve-type property
2007-12-28 Matthias ClasenFix the default value of enable-arrows-always
2007-12-28 Johan DahlinChain up. This makes it possible to have accelerators...
2007-12-28 Mathias HasselmannAdd GTK_CALENDAR_SHOW_DETAILS display flag, which choos...
2007-12-28 Mathias HasselmannTry more decent appearance of calendar details separato...
2007-12-28 Mathias HasselmannApply trivial code-style changes from attachement 10110...
2007-12-28 Mathias HasselmannRestructure testcalendar for testing calendar details...
2007-12-28 Mathias HasselmannImplement GtkTooltip API for calendar details. (#339540)
2007-12-28 Mathias HasselmannWithout setting "detail-width-chars" and "detail-height...
2007-12-28 Mathias HasselmannConsider details for size-request and expose-event...
2007-12-28 SANDRA MARAKKALA... updated si.po
2007-12-28 SANDRA MARAKKALA... updated si.po
2007-12-28 Matthias ClasenIntroduce local priv variables to reduce ->->
2007-12-28 Matthias ClasenFix the default value of the tearoff-title property
2007-12-28 Matthias ClasenFix the default value for the wrap-mode and font-scale...
2007-12-28 Matthias ClasenFix the default value for the ratio property.
2007-12-28 Matthias ClasenFix 0<>NULL confusion in gtk_signal_connect... defines...
2007-12-27 Christian PerschInstall gail.pc. Bug #505859.
2007-12-27 Mathias HasselmannAdd infrastructure for GtkCalendar details. (#339540)
2007-12-27 Xan LopezAdd gtk_border_new to avoid memory allocator confusions...
2007-12-27 Christian PerschFir the patch from bug #504886 not to read unitialised...
2007-12-26 Xan LopezUpdate changelog.
2007-12-26 Xan LopezTake into account modifications of the inner frame...
2007-12-26 Xan LopezWe always chain to the parent size_allocate, no need...
2007-12-26 SANDRA MARAKKALA... updated si.po
2007-12-26 SANDRA MARAKKALA... updated si.po
2007-12-26 SANDRA MARAKKALA... updated si.po
2007-12-25 Christian PerschFix mem leak. Bug #505556.
2007-12-25 Christian PerschInitialise |widget|. Fixes a buglet introduced by the...
2007-12-25 Christian PerschUse G_BEGIN_DECLS/G_END_DECLS. Bug #505268.
2007-12-25 Christian PerschRemove relocations from the atk factories. Remove unuse...
2007-12-25 Matthias ClasenRemove non-multihead-safe uses of clipboards and settin...
2007-12-25 Matthias ClasenRemove unneeded includes. (#505411, Kazuki IWAMOTO)
2007-12-25 Matthias ClasenWhen popping up a menu from a treeview cell, use the...
2007-12-23 Cody RussellCheck that the window is mapped before setting SW_RESTO...
2007-12-23 Djihed AfifiUpdated Arabic Translation by Djihed Afifi.
2007-12-23 Christian PerschFix compiler warnings. Bug #504701.
2007-12-23 Christian PerschInclude <config.h>. Bug #504720.
2007-12-23 Christian PerschUse G_DEFINE_TYPE[_WITH_CODE] instead of hand-coding...
2007-12-23 Xan Lopezpass correct argument to g_signal_emit for TEST_EXPAND_...
2007-12-22 Christian PerschLink to gdk and gtk libs. Bug #504645, patch by Li...
2007-12-22 Christian PerschPlug mem leaks. Bug #504886.
next